home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / audio / 1401 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.9 KB

  1. Path: news.york.ac.uk!indy104!max
  2. From: max@minster.york.ac.uk (Max Edwards)
  3. Newsgroups: comp.sys.amiga.audio
  4. Subject: Re: OctaMED Arexx Scripts
  5. Date: 19 Apr 1996 11:26:30 GMT
  6. Organization: The University of York, UK
  7. Message-ID: <4l7t96$qhb@netty.york.ac.uk>
  8. References: <4l2j11$ac4@netty.york.ac.uk> <4l4190$1me@ousrvr3.oulu.fi>
  9. NNTP-Posting-Host: indy104.cs.york.ac.uk
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Teijo Kinnunen (kinnunen@stekt.oulu.fi) wrote:
  13. : You should take care that each script:
  14. : * contains a comment in the beginning of  its first line (e.g. /* script */)
  15. : * if you execute it from outside of OctaMED, contains the line:
  16. :     address "OCTAMED_REXX"
  17.  
  18. I didn't realise the comments were obligatory, the examples in the manual
  19. don't all use comments.  I do already have the address ... bit, but without
  20. the quotes - again, they're not used in the manual.
  21.  
  22. : I don't remember right now how ARexx handles "reverse"-apostrophes, but the
  23. : above form doesn't seem correct anyway. You should use one of these formats:
  24. :     'AN_AREXXCOMMAND'
  25. :     "AN_AREXXCOMMAND"
  26. :     AN_AREXXCOMMAND
  27.  
  28. : Either the apostrophes or quotation marks are both accepted by ARexx.
  29. : The quoting conventions are quite tricky indeed.
  30.  
  31. Then I'll have to make a very small complaint - the manual uses `..'
  32. throughout the tutorial.  I tried trunning the script with rx and it
  33. couldn't find it, even when I gave it the full pathname - does it have to
  34. be executable?  I'll try the things you suggested when I get home.
  35.  
  36. Thanks for OctaMED Teijo, you can be proud of it.
  37.  
  38. Max
  39.  
  40. :     o------------------------------------------------------------------o
  41. :    /  Teijo Kinnunen - Valkkyla 7 as 413 - 90100  OULU - FINLAND      /
  42. :   /  Student at University of Oulu, Dept. of Electrical Engineering  /
  43. :  /  Teijo.Kinnunen@oulu.fi   --   http://stekt.oulu.fi/~kinnunen/   /
  44. : o------------------------------------------------------------------o
  45.